github.com/klauspost/compress/zstd.seqVals.mo (field)

9 uses

	github.com/klauspost/compress/zstd (current package)
		seqdec.go#L24: 	ll, ml, mo int
		seqdec.go#L145: 		if seq.mo > t+len(hist) || seq.mo > s.windowSize {
		seqdec.go#L147: 				return fmt.Errorf("match offset (%d) bigger than current history (%d)", seq.mo, t+len(hist))
		seqdec.go#L151: 			dictO := len(s.dict) - (seq.mo - (t + len(hist)))
		seqdec.go#L153: 				return fmt.Errorf("match offset (%d) bigger than current history+dict (%d)", seq.mo, t+len(hist)+len(s.dict))
		seqdec.go#L169: 		if v := seq.mo - t; v > 0 {
		seqdec.go#L186: 			start := t - seq.mo
		seqdec_amd64.go#L371: 			seqs[ctx.seqIndex].mo, ctx.outPosition+len(hist))